/* Header styles minus menu */

.gruss {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-wrap: wrap;
	    flex-wrap: wrap; */
	padding-right: 5vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.rechts {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-wrap: wrap;
	    flex-wrap: wrap; */
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.copyright {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-wrap: wrap;
	    flex-wrap: wrap; */
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 15vh;
}

/* .site-title {
	margin: 0 0 1em;
	padding: 1em 0;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	color: black;
} */

@media screen and (min-width: 40em) {
	.site-title { font-size: 2em; }
	.copyright {
	padding-right: 40vh;
}
}

@media screen and (min-width: 50em) {
	.site-title { font-size: 2.5em; }
	.copyright {
	padding-right: 50vh;
}
}